ComponentOne DataGrid for WPF and Silverlight
SetValue(Object,Object,Object[]) Method

C1.WPF.DataGrid Namespace > CustomPropertyInfo Class > SetValue Method : SetValue(Object,Object,Object[]) Method
The object whose property value will be set.
The new value for this property.
Optional index values for indexed properties. This value should be null for non-indexed properties.
Sets the value of the property with optional index values for index properties.
Syntax
'Declaration
 
Public Overloads Overrides Sub SetValue( _
   ByVal obj As System.Object, _
   ByVal value As System.Object, _
   ByVal index() As System.Object _
) 
public override void SetValue( 
   System.object obj,
   System.object value,
   System.object[] index
)

Parameters

obj
The object whose property value will be set.
value
The new value for this property.
index
Optional index values for indexed properties. This value should be null for non-indexed properties.
Exceptions
ExceptionDescription
The index array does not contain the type of arguments needed.-or- The property's set accessor is not found.
The object does not match the target type, or a property is an instance property but obj is null.
The number of parameters in index does not match the number of parameters the indexed property takes.
There was an illegal attempt to access a private or protected method inside a class.
An error occurred while setting the property value. For example, an index value specified for an indexed property is out of range. The System.Exception.InnerException property indicates the reason for the error.
See Also

Reference

CustomPropertyInfo Class
CustomPropertyInfo Members
Overload List